projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
733619f
)
Fixed naked backquotes in "echo" strings
author
Brian Fox
<bfox@gnu.org>
Sun, 19 Sep 1993 00:17:52 +0000
(
00:17
+0000)
committer
Brian Fox
<bfox@gnu.org>
Sun, 19 Sep 1993 00:17:52 +0000
(
00:17
+0000)
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index 4016fe88ea4b615e5915d248d0ea046340f77bd9..e4d10124d4291d6a0bd02c8aaed9fd4b6d3fb514 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-99,7
+99,7
@@
rm -f /tmp/el /tmp/elc
### Make sure configure is newer than configure.in.
if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then
- echo "
`./configure.in' seems to be newer than
`./configure.'" >&2
+ echo "
\`./configure.in' seems to be newer than \
`./configure.'" >&2
echo "Attempting to run autoconf." >&2
autoconf
fi